BaseFragment

abstract class BaseFragment : Fragment, DialogProvider

Fragment that is the basis of fragments provided by UIKit.

Functions

Link copied to clipboard
open fun dismissWaitingDialog()
Dismisses a waiting Dialog.
Link copied to clipboard
protected open fun isFragmentAlive(): Boolean
Determines whether the current fragment is alive on the window.
Link copied to clipboard
protected open fun shouldActivityFinish()
Finishes the activity that has the current fragment.
Link copied to clipboard
open fun showWaitingDialog()
Shows a waiting Dialog.
Link copied to clipboard
open fun toastError(messageRes: Int)
open fun toastError(@NonNull message: String)
open fun toastError(messageRes: Int, useOverlay: Boolean)
open fun toastError(@NonNull message: String, useOverlay: Boolean)
Shows an error toast.
Link copied to clipboard
open fun toastSuccess(messageRes: Int)
open fun toastSuccess(messageRes: Int, useOverlay: Boolean)
Shows an success toast.

Inheritors

Link copied to clipboard